ubg_3d2d_ray_to_plane

Syntax:

ubg_3d2d_ray_to_plane(ray, x-origin, y-origin, z-origin, x-normal, y-normal, z-normal)

Arguments:

Argument Name Type Description
rayarrayvalue returned by ubg_3d2d_position_to_ray
x-originrealx-point on plane
y-originrealy-point on plane
z-originrealz-point on plane
x-normalrealx-normal of the plane
y-normalrealy-normal of the plane
z-normalrealz-normal of the plane

Returns: (array)

Description:

Loading page...

Back: Primitives
Next: ubg_3d2d_ray_to_plane_v